-
Notifications
You must be signed in to change notification settings - Fork 983
Fix a few typos in "Regular expressions (C++)" #5724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a few typos in "Regular expressions (C++)" #5724
Conversation
|
Learn Build status updates of commit abdc8a3: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@TylerMSFT - Can you review the proposed changes? Editorial changes LGTM IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
TylerMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-)
|
#sign-off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR cleans up minor documentation issues in the C++ regular expressions reference article and adjusts front matter ordering.
Changes:
- Reorders the front matter so that
titleprecedesdescription, aligning with metadata conventions. - Fixes a grammatical error in the description of regular expression grammar selection.
- Corrects list formatting and spacing for capture group and word-boundary assertion descriptions to render properly as list items.
Fix a few typos and tweak metadata.